home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / PPC / PPCGNUtar / source / sasinclude / sys / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-16  |  114 b   |  8 lines

  1. #ifndef _TIME_
  2. #include <time.h>
  3. #endif /* _TIME_ */
  4.  
  5. #ifndef _TIMEB_
  6. #include <sys/timeb.h>
  7. #endif /* _TIMEB_ */
  8.